home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / edit.zip / EDIT.DOC next >
Text File  |  1991-04-11  |  6KB  |  157 lines

  1.                      *** Text EDIT v2.30 ***
  2.              Copyright (C) 1990-1991 by Dale C. Chun
  3.                        All Rights Reserved
  4.  
  5.  
  6. ABOUT THIS SOFTWARE
  7.  
  8.      Text  Edit  (EDIT)  is a  full-featured,  brute-force,  full 
  9.      screen,  text editing system based on the Wordstar (tm)  and 
  10.      the Borland Editor command set. Its code has been  optimized 
  11.      to  occupy  approximately  26K  bytes  of  disk  space   and 
  12.      incorporates  many features found in many high-powered  word 
  13.      processing systems such as Wordstar (tm).
  14.  
  15. YOUR DISTRIBUTION RIGHTS
  16.  
  17.      This  software is protected by the United  States  copyright 
  18.      laws   and  may  not  be  distributed  in   an   educational 
  19.      institution  or  as  an  independent  research  or  academic 
  20.      project  without  the consent of the author. It may  not  be 
  21.      sold,  distributed  or marketed with any  other  product  or 
  22.      service without the consent of the author. This software may 
  23.      only be duplicated for personal, non-commercial use and  may 
  24.      not  be may not be modified or customized in any way,  shape 
  25.      or form without the consent of the author.
  26.  
  27. SYSTEM REQUIREMENTS
  28.  
  29.      EDIT  will  run  on  any IBM XT,  AT,  PS/2,  /386  or  100% 
  30.      compatible equipped with either a monochrome or color  video 
  31.      card and adjust the display accordingly.
  32.  
  33. STARTING UP
  34.  
  35.      Located  on your distribution disk (or zip-file) is  a  file 
  36.      called  EDIT.EXE, which is the complete,  fully   functional 
  37.      text  editing  system.  You are limited to  a  text  editing 
  38.      buffer  of  approximately  64K  bytes.
  39.  
  40.      EDIT is not a word processor nor a high-powered text editing 
  41.      system. 
  42.  
  43.      EDIT was originally developed as an in-house editing tool to 
  44.      modify autoexec.bat and config.sys files.
  45.  
  46.      To  begin, type EDIT followed by an optional search  strings 
  47.      you  may  wish to display. For example,  'EDIT  *.DOC'  will 
  48.      display  all  the  files matching *.DOC.  EDIT  without  any 
  49.      search  strings  will display all the files in  the  current 
  50.      directory  (except hidden or system). This is equivalent  to 
  51.      typing 'EDIT *.*'.
  52.  
  53.      If you need further assistance at the DOS command line, type 
  54.      'EDIT  ?'. You may also rename EDIT. It  will  automatically 
  55.      alter the appropriate help displays.
  56.  
  57. SELECTING A FILE
  58.  
  59.      Selecting  a file from the directory listing can  either  be 
  60.      done  by  pressing the first letter of the  filename  or  by 
  61.      using  the arrow keys. The HOME/END and the  PgUp/PgDn  keys 
  62.      are also valid in this mode. Press Enter to view or edit the 
  63.      highlighted file.
  64.  
  65. COMMANDS AND MORE INFORMATION
  66.  
  67.      For a list of commands, see the QUICK REFERENCE TABLE in the 
  68.      following section. For more detailed help with the  WordStar 
  69.      or the Borland Command set, please see your local  bookstore 
  70.      for more information.
  71.  
  72.      For more information, comments or suggestions, please  write 
  73.      to:
  74.                     Edit v2.30 Support
  75.                     Attn: Dale C. Chun
  76.                     1051 Prospect Street
  77.                     Honolulu, Hawaii 96822
  78.  
  79.      Email  support is also available. The author can be  reached 
  80.      at: dchun@aludra.usc.edu until the beginning of May 1991.
  81.  
  82.      Your  support, comments and/or creative criticisms  will  be 
  83.      greatly  appreciated  and will reflect  future  versions  of 
  84.      EDIT!
  85.  
  86. QUICK REFERENCE TABLE
  87.  
  88.      Function Description          Keystrokes
  89.      --------------------          ----------
  90.      Character left                Ctrl-S or Left arrow
  91.      Character right               Ctrl-D or Right arrow
  92.  
  93.      Word left                     Ctrl-A or Ctrl-Left arrow
  94.      Word right                    Ctrl-F or Ctrl-Right arrow
  95.  
  96.      Line up                       Ctrl-E or Up arrow
  97.      Line down                     Ctrl-X or Down arrow
  98.  
  99.      Scroll up                     Ctrl-W
  100.      Scroll down                   Ctrl-Z
  101.  
  102.      Page up                       Ctrl-R or PgUp
  103.      Page down                     Ctrl-C or PgDn
  104.  
  105.      Beginning of line             Ctrl-QS or Home
  106.      End of line                   Ctrl-QD or End
  107.  
  108.      Top of screen                 Ctrl-QE or Ctrl-Home
  109.      Bottom of screen              Ctrl-QX or Ctrl-End
  110.  
  111.      Top of block                  Ctrl-QB
  112.      Bottom of block               Ctrl-QK
  113.      
  114.      Jump to marker 0..3           Ctrl-Q0..Ctrl-Q3
  115.      Set marker 0..3               Ctrl-K0..Ctrl-K3
  116.  
  117.      Previous cursor position      Ctrl-QP
  118.      Tab                           Ctrl-I or Tab
  119.  
  120.      Delete current character      Ctrl-G or Del
  121.      Delete character left         Ctrl-H or Backspace
  122.      Delete word                   Ctrl-T
  123.      Delete to end of line         Ctrl-QY
  124.      Delete Line                   Ctrl-Y
  125.  
  126.      Find                          Ctrl-QF
  127.      Find-and-replace              Ctrl-QA
  128.      Find next                     Ctrl-L
  129.  
  130.      Begin block                   F7 or Ctrl-KB
  131.      End block                     F8 or Ctrl-KK
  132.  
  133.      Copy block                    Ctrl-KC
  134.      Move block                    Ctrl-KV
  135.  
  136.      Delete block                  Ctrl-KY
  137.      Hide block                    Ctrl-KH
  138.      Mark current word as block    Ctrl-KT
  139.      Read block from file          Ctrl-KR
  140.      Write block to file           Ctrl-KW
  141.      Print block                   Ctrl-KP
  142.  
  143.      Toggle insert mode            Ins or Ctrl-V
  144.      Toggle autoindent mode        Ctrl-OI
  145.      Toggle fixed tabs             Ctrl-OT
  146.  
  147.      Restore line                  Ctrl-QL
  148.  
  149.      Exit editor                   Ctrl-KD
  150.      Exit editor to DOS            Ctrl-KX
  151.      Exit without Changes          Ctrl-KQ
  152.  
  153.      Save as                       Ctrl-KT
  154.      Save without exiting Editor   Ctrl-KS
  155.  
  156.      Cancel Current Operation      Ctrl-U
  157.